home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.team.cvs.ui_3.1.1.jar / plugin.properties < prev    next >
Encoding:
Text File  |  2005-09-29  |  10.1 KB  |  250 lines

  1. ###############################################################################
  2. # Copyright (c) 2000, 2005 IBM Corporation and others.
  3. # All rights reserved. This program and the accompanying materials
  4. # are made available under the terms of the Eclipse Public License v1.0
  5. # which accompanies this distribution, and is available at
  6. # http://www.eclipse.org/legal/epl-v10.html
  7. # Contributors:
  8. #     IBM Corporation - initial API and implementation
  9. ###############################################################################
  10. providerName=Eclipse.org
  11. pluginName=CVS Team Provider UI
  12.  
  13. CVS=CVS
  14. ServerEncoding=Server Encoding
  15.  
  16. CVSRepositoryExploring=CVS Repository Exploring
  17. CVSRepositoryExploring.openPerspectiveDescription=Open the CVS Repository Exploring Perspective
  18.  
  19. CVSGroupMenu.label=C&VS
  20.  
  21. SharingWizard.name=CVS
  22.  
  23. WorkspaceSynchronizeWizard.name=CVS
  24. WorkspaceSynchronizeWizard.description=Synchronize resources in the workspace with their associated remote CVS repository.
  25. CVSWorkspaceParticipant=CVS
  26. CVSMergeParticipant=CVS Merge
  27. CVSCompareParticipant=CVS Compare
  28.  
  29. PreferencePage.name=CVS
  30. ConsolePreferencePage.name=Console
  31. DecoratorPreferencePage.name=Label Decorations
  32. ExtMethodPreferencePage.name=Ext Connection Method
  33. WatchEditPreferencePage.name=Watch/Edit
  34. ComparePreferencePage.name=Synchronize/Compare
  35. WorkInProgressPreferencePage.name=Work in Progress
  36.  
  37. newWizardCategoryName=CVS
  38. newProjectCheckoutWizard=Checkout Projects from CVS
  39. DecoratorStandard.name=CVS
  40. DecoratorStandard.desc=Shows CVS specific information on resources in projects under CVS control. Information includes the revision number, branch or version name, etc. To customize the CVS decorator go to Team>CVS>Label Decorations. 
  41.  
  42. AddAction.label=Add to &Version Control
  43. AddAction.name=Add to Version Control
  44. AddAction.tooltip=Add the Selected Resources to Version Control
  45.  
  46. MergeAction.label=&Merge...
  47. MergeAction.name=Merge
  48. MergeAction.tooltip=Merge
  49.  
  50. BranchAction.label=&Branch...
  51. BranchAction.name=Branch
  52. BranchAction.tooltip=Branch
  53.  
  54. CompareRemoteResourcesAction.label=Com&pare
  55. CompareRemoteResourcesAction.tooltip=Compare the Remote Resources with Each Other
  56.  
  57. CompareRemoteWithTagAction.label=Compare &With...
  58. CompareRemoteWithTagAction.tooltip=Compare with a Branch or a Version
  59.  
  60. CompareWithRemoteAction.label=La&test from Repository
  61. CompareWithRemoteAction.name=Compare With Latest from Repository
  62. CompareWithRemoteAction.tooltip=Compare with Content on CVS Server
  63.  
  64. CompareWithRevisionAction.label=&Revision...
  65. CompareWithRevisionAction.name=Compare With Revision
  66. CompareWithRevisionAction.tooltip=Compare with Revision on CVS Server
  67.  
  68. CompareWithTagAction.label=Another &Branch or Version...
  69. CompareWithTagAction.name=Compare With Another Branch or Version
  70. CompareWithTagAction.tooltip=Compare with a Branch or a Version on the CVS Server
  71.  
  72. OverrideAndUpdateAction.name=Override and Update
  73. OverrideAndUpdateAction.tooltip=Overwrite the local changes with those from the repository.
  74.  
  75. OverrideAndCommitAction.name=Override and Commit
  76. OverrideAndCommitAction.tooltip=Overwrite the changes in the repository with the local changes.
  77.  
  78. ContentAction.label=Compare File Contents
  79. ContentAction.tooltip=Use File Contents Instead of Timestamps When Comparing
  80.  
  81. ConvertNature.label=Convert Provider from Nature
  82. ConvertNature.tooltip=Converts a CVS project from using natures to using properties
  83.  
  84. CopyRepositoryNameAction.label=&Copy to Clipboard
  85. CopyRepositoryNameAction.tooltip=Copy Repository Names to Clipboard
  86.  
  87. IgnoreAction.label=Add to .cvs&ignore...
  88. IgnoreAction.name=Add to .cvsignore
  89. IgnoreAction.tooltip=Ignore the Selected Resources when Synchronizing
  90.  
  91. RefreshTagsAction.label=Refresh &Branches...
  92. RefreshTagsAction.tooltip=Refresh the branch tags and their members using the auto-refresh files associated with each remote folder
  93.  
  94. RemoveRootAction.label=Discard &Location
  95. RemoveRootAction.tooltip=Discard Location
  96.  
  97. ReplaceWithRevisionAction.label=&Revision...
  98. ReplaceWithRevisionAction.name=Replace With Revision
  99. ReplaceWithRevisionAction.tooltip=Replace with Revision on CVS Server
  100.  
  101. ReplaceWithTagAction.label=&Another Branch or Version...
  102. ReplaceWithTagAction.name=Replace With Another Branch or Version
  103. ReplaceWithTagAction.tooltip=Replace with Branch or Version on the CVS Server
  104.  
  105. TagAction.label=&Tag as Version...
  106. TagAction.name=Tag as Version
  107. TagAction.tooltip=Tag the resources with a CVS version tag
  108.  
  109. TagInRepositoryAction.label=&Tag as Version...
  110. TagInRepositoryAction.name=Tag as Version
  111. TagInRepositoryAction.tooltip=Tag the resources with a CVS version tag
  112.  
  113. MoveTagAction.label=Tag with &Existing...
  114. MoveTagAction.tooltip=Tag the selected resources with an existing tag
  115.  
  116. SetKeywordSubstitutionAction.label=Cha&nge ASCII/Binary Property...
  117. SetKeywordSubstitutionAction.name=Change ASCII/Binary Property
  118. SetKeywordSubstitutionAction.tooltip=Change whether the selected resources should be treated as ASCII or binary on the CVS Server
  119.  
  120. UpdateAction.label=&Update
  121. UpdateAction.name=Update
  122. UpdateAction.tooltip=Update resources with new content from the repository
  123.  
  124. UpdateActionSwitch.label=S&witch to Another Branch or Version...
  125. UpdateActionSwitch.name=Switch to Another Branch or Version
  126. UpdateActionSwitch.tooltip=Switch to Another Branch or Version
  127.  
  128. ReplaceWithAction.label=La&test from Repository
  129. ReplaceWithAction.name=Replace With Latest from Repository
  130. ReplaceWithAction.tooltip=Replace with last committed content from CVS Server
  131.  
  132. ConfigureTags.label=Configure &Branches and Versions...
  133. ConfigureTags.tooltip=Configure the branch and version tags shown in the workbench
  134.  
  135. AddToBranch.label=Add &to Branch List...
  136. AddToBranch.tooltip=Add the selected remote folder to a branch
  137.  
  138. CommitAction.label=&Commit...
  139. CommitAction.name=Commit
  140. CommitAction.tooltip=Commit resources to the repository
  141.  
  142. CheckoutAction.label=&Check Out
  143. CheckoutAction.tooltip=Check out a module from the repository to the workspace
  144.  
  145. CheckoutAsAction.label=Check Out &As...
  146. CheckoutAsAction.tooltip=Check out a module from the repository to the workspace
  147.  
  148. OpenLogEntryAction.label=&Open
  149. OpenLogEntryAction.tooltip=Open Remote File
  150.  
  151. OpenRemoteFileAction.label=&Open
  152. OpenRemoteFileAction.tooltip=Open Remote File
  153.  
  154. ShowHistoryAction.label=Show Resource &History
  155. ShowHistoryAction.name=Show Resource History
  156. ShowHistoryAction.tooltip=Show Resource History
  157.  
  158. ShowAnnotationAction.label=Show &Annotation
  159. ShowAnnotationAction.name=Show Annotation
  160. ShowAnnotationAction.tooltip=Show Annotation
  161.  
  162. GenerateDiff.label=Create &Patch...
  163. GenerateDiff.name=Create Patch
  164. GenerateDiff.tooltip=Compare your workspace contents with the server and generate a diff file that can be used as a patch file.
  165.  
  166. RefreshFromLocal.label=&Refresh from local CVS state
  167. RefreshFromLocal.tooltip=Refresh the workbench with changes made to CVS projects from outside the workbench.
  168.  
  169. Synchronize.label=&Synchronize with Repository
  170. Synchronize.name=Synchronize with Repository
  171. Synchronize.tooltip=Synchronize the workspace resources with those in the repository
  172.  
  173. EditAction.label=&Edit
  174. EditAction.tooltip=Perform a 'cvs edit' on the selected files
  175.  
  176. UneditAction.label=U&nedit
  177. UneditAction.tooltip=Perform a 'cvs unedit' on the selected files
  178.  
  179. viewCategory=CVS
  180.  
  181. Console.name=CVS Console
  182.  
  183. RepositoriesView.name=CVS Repositories
  184.  
  185. HistoryFilter.label=&Filter History
  186. HistoryFilter.tooltip=Filter History
  187.  
  188. HistoryView.name=CVS Resource History
  189.  
  190. UnmanageFolder.label=&Disconnect...
  191. UnmanageFolder.tooltip=Disconnect from the CVS repository.
  192.  
  193. CVSActionSet.categoryName=CVS
  194. CVSActionSet.description=Actions that apply when working with CVS repositories
  195. CVSActionSet.newLabel=Add CVS Repository
  196. CVSActionSet.newTooltip=Add CVS Repository
  197. CVSActionSet.checkoutLabel=Checkout from CVS
  198. CVSActionSet.checkoutTooltip=Checkout from CVS
  199.  
  200. RestoreFromRepositoryAction.label=&Restore from Repository...
  201. RestoreFromRepositoryAction.tooltip=Restore resources that have been deleted from the remote folder.
  202.  
  203. ShowEditorsAction.label=Show &Editors
  204. ShowEditorsAction.tooltip=Perform a 'cvs editors' on the selected file
  205.  
  206. EditorsView.name=CVS Editors
  207. AnnotateView.name=CVS Annotate
  208. CVSConsoleFont.label=CVS Console Font
  209. CVSConsoleFont.description=The font for the CVS console.
  210.  
  211. WorkInProgress.name=Work In Progress
  212. CVSRemoteQuickDiffProvider.label=&Latest CVS Revision
  213.  
  214. NewDateTagAction.label=&Date Tag...
  215. NewDateTagAction.tooltip=Add new date tag
  216.  
  217. ViewCommand.repositoriesView.name=CVS Repositories
  218. ViewCommand.repositoriesView.description=Show the CVS Repositories view
  219. ViewCommand.historyView.name=CVS Resource History
  220. ViewCommand.historyView.description=Show the CVS Resource History view
  221. ViewCommand.editorsView.name=CVS Editors
  222. ViewCommand.editorsView.description=Show the CVS Editors view
  223. ViewCommand.annotateView.name=CVS Annotate
  224. ViewCommand.annotateView.description=Show the CVS Annotate view
  225.  
  226. newProjectCheckoutWizardDescription=Import a project from a CVS Repository.
  227. newProjectCheckoutWizardDescription2=Create a new project by checking out an existing project from a CVS repository.
  228. PasswordManagement=Password Management
  229.  
  230. OutgoingChangeForegroundColor.label=Outgoing Change (Foreground)
  231. OutgoingChangeForegroundColor.description=This color is used for the foreground color for resources that have outgoing changes.
  232. OutgoingChangeBackgroundColor.label=Outgoing Change (Background)
  233. OutgoingChangeBackgroundColor.description=This color is used for the background color for resources that have outgoing changes.
  234. OutgoingChangeFont.label=Outgoing Change Font
  235. OutgoingChangeFont.description=The font used to display outgoing changes.
  236. IgnoredResourceFont.label=Ignored Resource Font
  237. IgnoredResourceFont.description=The font used to display resources that are ignored from CVS.
  238. IgnoredResourceForegroundColor.label=Ignored Resource (Foreground)
  239. IgnoredResourceForegroundColor.description=This color is used for the foreground color for resources that are ignored from CVS.
  240. IgnoredResourceBackgroundColor.label=Ignored Resource (Background)
  241. IgnoredResourceBackgroundColor.description=This color is used for the background color for resources that are ignored from CVS.
  242.  
  243. PreferenceKeywords.CVS=CVS Team
  244. PreferenceKeywords.EXT=CVS Team ext connection method ssh
  245. PreferenceKeywords.Console=CVS team console colors
  246.  
  247. RepoPreference.Name=CVS Repositories
  248. RepoPreference.Description=Preferences that contain the CVS repository connection information
  249.